projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dec5f4e
)
(Fx_create_frame): Typo in previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jul 1993 05:38:16 +0000
(
05:38
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jul 1993 05:38:16 +0000
(
05:38
+0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index ade94e129be00e2e4212e6e1e95c8bf553ddffd1..4083ec74be0d4b5bc89bf6bc0cc8515e545ab333 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-1757,7
+1757,7
@@
be shared by the new frame.")
BLOCK_INPUT;
/* First, try whatever font the caller has specified. */
if (STRINGP (font))
- font = x_new_font (f, XSTRING (
tem
)->data);
+ font = x_new_font (f, XSTRING (
font
)->data);
/* Try out a font which we hope has bold and italic variations. */
if (!STRINGP (font))
font = x_new_font (f, "-misc-fixed-medium-r-normal-*-*-120-*-*-c-*-iso8859-1");